gtk-demo: Cosmetic changes to the dropdown demo
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Jun 2020 00:08:50 +0000 (20:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Jun 2020 00:08:50 +0000 (20:08 -0400)
Match the window title and the sidebar.

demos/gtk-demo/dropdown.c

index aea290e2a12f3de58080df302bb708896010df80..d90643e4331c436b28acde23e7274d23a748fad6 100644 (file)
@@ -9,6 +9,7 @@
  * display the selected item differently from the presentation
  * in the popup.
  */
+
 #include <gtk/gtk.h>
 
 
@@ -242,7 +243,7 @@ do_dropdown (GtkWidget *do_widget)
       window = gtk_window_new ();
       gtk_window_set_display (GTK_WINDOW (window),
                               gtk_widget_get_display (do_widget));
-      gtk_window_set_title (GTK_WINDOW (window), "Drop Down");
+      gtk_window_set_title (GTK_WINDOW (window), "Drop Downs");
       gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
       g_object_add_weak_pointer (G_OBJECT (window), (gpointer *)&window);